'Declaration Public Overloads Shared Function ShowGroupPanel(Of T)( _ ByVal gridBuilder As MultiRowBuilder(Of T), _ Optional ByVal selector As String _ ) As MultiRowBuilder(Of T)
public static MultiRowBuilder<T> ShowGroupPanel<T>( MultiRowBuilder<T> gridBuilder, string selector )
Parameters
- gridBuilder
- The specified FlexGrid builder.
- selector
- The specified selector for the FlexGridGroupPanel's host element.
Type Parameters
- T
- The data record type.
Return Value
The MultiRow builder.